home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Essentials / Technical.Notes / IIGS / TN.IIGS.055 < prev    next >
Encoding:
Text File  |  1989-08-20  |  1.4 KB  |  36 lines  |  [TEXT/pdos]

  1. Apple II
  2. Technical Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6.  
  7. Apple IIGS
  8. #55:    Avoiding ClrHeartBeat
  9.  
  10. Written by:    Matt Deatherage                                      July 1989
  11.  
  12. This Technical Note lists changes to the description for ClrHeartBeat.  This 
  13. information supersedes the description in the Apple IIGS Toolbox Reference 
  14. Manual.
  15. _____________________________________________________________________________
  16.  
  17. The Apple IIGS Toolbox Reference Manual gives the following cautionary note in 
  18. the description for the call ClrHeartBeat:
  19.  
  20.     "A desk accessory may have installed tasks in the Heartbeat 
  21.     Interrupt Task queue.  If you make a ClrHeartBeat call, you will 
  22.     remove those tasks.  Therefore, under normal circumstances you 
  23.     should not make this call."
  24.  
  25. This isn't rude enough to get the point across to some people, so we'll try 
  26. again:
  27.  
  28. The Heartbeat Interrupt Task queue does not belong to the application.  
  29. Different portions of System Software can, and will, install Heartbeat Tasks.  
  30. If these tasks are removed, anything from a system crash to media corruption 
  31. may result.  Nothing but System Software should make this call.
  32.  
  33.  
  34. Further Reference
  35. _____________________________________________________________________________
  36.     o    Apple IIGS Toolbox Reference Manual